Global Variables

The following global variables are available globally.

  • A dictionary mapping traditional roman numeral symbols to offset collections (as strings). Used for lookup internally by RomanNumeral.Traditional.

    Declaration

    Swift

    public let RNDict: [String: String] = ["I": "0 4 7",
  • A dictionary mapping pitch-class sets as strings to Forte code strings. Used for lookup internally by PCSet. ‘A’ refers to pitch-class 10, and ‘B’ refers to pitch-class 11.

    Declaration

    Swift

    public var forteDict: [String: String] = ["012": "3-1",